Skip to content

Fix: Add handling for the Telugu character ౡ in te-transliteration.js#821

Open
Dhanushcdivakar wants to merge 2 commits into
wikimedia:masterfrom
Dhanushcdivakar:add-ౡ-to-transliteration

Hidden character warning

The head ref may contain hidden characters: "add-\u0c61-to-transliteration"
Open

Fix: Add handling for the Telugu character ౡ in te-transliteration.js#821
Dhanushcdivakar wants to merge 2 commits into
wikimedia:masterfrom
Dhanushcdivakar:add-ౡ-to-transliteration

Conversation

@Dhanushcdivakar

Copy link
Copy Markdown

Description:

This pull request updates the transliteration rules in te-transliteration.js to include support for the Telugu character ౡ. The modification ensures that the character is handled properly during the transliteration process.

Changes made:

  • Added new pattern handling for the Telugu character ౡ.
  • Updated the regular expressions to correctly process the character in various contexts.

Reason for the change:

This fix is necessary for proper handling of the Telugu character ౡ in the transliteration process, ensuring that the script works accurately across different inputs.

Please review and merge if everything looks good!

[ 'S', 'ష్' ],
[ 'T', 'థ్' ],
[ 'U', 'ఊ' ],

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dhanushcdivakar Thanks for this PR! Is there a reason why you have removed Telugu numbers from the file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants